home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-30 | 9.8 KB | 358 lines | [TEXT/R*ch] |
- ML Bibliography
-
- @book{sokolowski91,
- author = "Stefan Sokolowski",
- title = "Applicative High Order Programming: the Standard ML perspective",
- publisher = "Chapman \& Hall Computing",
- address="London",
- year="1991"}
-
- @inproceedings{appel91:sml,
- Title = "{S}tandard {ML} of {N}ew {J}ersey",
- Author = "Andrew W. Appel and David B. MacQueen",
- Booktitle = "Third Int'l Symp. on Prog. Lang. Implementation and Logic Programming",
- Editor="Martin Wirsing",
- Publisher="Springer-Verlag",address="New York",
- Month = "August",
- Year = "1991",
- note="(in press)"
- }
-
- @inproceedings{gunter91,
- title = "An Abstract Interpretation for {ML} Equality Kinds",
- author = "Carl A. Gunter and Elsa L. Gunter and David B. MacQueen",
- booktitle = "Theoretical Aspects of Computer Software",
- publisher = "Springer-Verlag",
- address="New York",
- month = "September",
- year = "1991"}
-
- @book{paulson91,
- title = "ML for the Working Programmer",
- author = "Laurence C. Paulson",
- publisher = "Cambridge University Press", address="Cambridge",
- year = 1992}
-
- @techreport{leroy90,
- title = "The {ZINC} Experiment: an economical implementation of the {ML} language",
- author = "Xavier Leroy",
- number= "No. 117",
- Institution="INRIA",
- month="February",
- year="1990"}
-
- @unpublished{caml87,
- key="CAML",
- title = "{CAML}: The Reference Manual (version 2.3)",
- month = "June", year = "1987",
- note = "Projet Formel, INRIA-ENS"}
-
- @techreport{tarditi90:mlc,
- author = "David R. Tarditi and Anurag Acharya and Peter Lee",
- title = "No Assembly Required: Compiling {S}tandard {ML} to {C}",
- number = "CMU-CS-90-187",
- address="Pittsburgh, PA",
- month = "November", Year = "1990", Institution="Carnegie-Mellon Univ."}
-
- @techreport(cooper90,
- author = "Eric C. Cooper and J. Gregory Morrisett",
- title = "Adding Threads to {Standard ML}",
- number = "CMU-CS-90-186",
- institution = "School of Computer Science, Carnegie Mellon University",
- address="Pittsburgh, PA",
- month = "December",
- year = 1990)
-
- @unpublished{tarditi90:yacc,
- Author = "David R. Tarditi and Andrew W. Appel",
- Title = "{ML}-{Y}acc, version 2.0",
- Month = "April",
- Year = "1990",
- Note = "Distributed with Standard ML of New Jersey"}
-
- @unpublished{appel89:lex,
- Author = "Andrew W. Appel and James S. Mattson and David R. Tarditi",
- Title = "A lexical analyzer generator for {Standard ML}",
- Year = "1989",
- Month = "December",
- Note = "Distributed with Standard ML of New Jersey"}
-
- @techreport{matthews89,
- title = "Papers on {Poly/ML}",
- author = "David C. J. Matthews",
- number = "T.R. No. 161",
- institution = "Computer Laboratory, University of Cambridge",
- month = "February",
- year = "1989"}
-
- @book { milner91,
- author = "Robin Milner and Mads Tofte" ,
- title = "Commentary on {S}tandard {ML}" ,
- publisher= "MIT Press" ,
- address = "Cambridge, Massachusetts" ,
- year = "1991"
- }
-
- @inproceedings{duba91,
- Author = "Bruce Duba and Robert Harper and David MacQueen",
- Title = "Typing First-Class Continuations in {ML}",
- Booktitle = "Eighteenth Annual ACM Symp. on Principles of Prog. Languages",
- Publisher="ACM Press", address="New York",
- Month = "Jan",
- Year = "1991",
- Pages="163--73"}
-
- @book{milner89,
- Author = "Robin Milner and Mads Tofte and Robert Harper",
- Title = "The Definition of {Standard ML}",
- Publisher = "MIT Press",
- Address = "Cambridge, MA",
- Year = 1989}
-
- @techreport{ramsey90,
- Author = "Norman Ramsey",
- Title = "Concurrent Programming in {ML}",
- Number = "CS-TR-262-90",
- Year = 1990,
- Institution = "Princeton University, Dept. Comp. Sci.",
- Address = "Princeton, NJ"}
-
- @techreport{ reppy90:sig,
- Author = "John H. Reppy",
- Title = "Asynchronous Signals in {S}tandard {ML}",
- Number = "TR 90-1144",
- Year = 1990,
- Institution = "Cornell University, Dept. of Computer Science",
- Address = "Ithaca, NY"}
-
- @techreport{ reppy89,
- Author = "John H. Reppy",
- Title = "First-class Synchronous Operations in {S}tandard {ML}",
- Number = "TR 89-1068",
- Year = 1989,
- Institution = "Cornell University, Dept. of Computer Science",
- Address = "Ithaca, NY"}
-
- @inproceedings{ tolmach90,
- Author = "Andrew P. Tolmach and Andrew W. Appel",
- Title = "Debugging {Standard ML} Without Reverse Engineering",
- Publisher="ACM Press", address="New York",
- booktitle = "Proc. 1990 ACM Conf. on Lisp and Functional Programming",
- Month="June",
- Year = "1990",
- pages= "1-12"}
-
- @inproceedings{mitchell88:popl,
- Author = "John C. Mitchell and Robert Harper",
- Title = "The Essence of {ML}",
- Publisher="ACM Press", address="New York",
- BookTitle = "Fifteenth ACM Symp. on Principles of Programming Languages",
- Pages = "28--46",
- Year=1988
- }
-
- @inproceedings{henderson89,
- Author = "Peter B. Henderson and Francisco J. Romero",
- Title = "Teaching Recursion as a Problem-Solving Tool Using {S}tandard {ML}",
- Publisher="ACM Press", address="New York",
- Booktitle = "ACM Computer Science Conference",
- Year = "1989"
- }
-
- @inproceedings{macqueen88:mod,
- Author = "David B. MacQueen",
- Publisher="ACM Press", address="New York",
- Title = "The Implementation of {S}tandard {ML} Modules",
- booktitle = "ACM Conf. on Lisp and Functional Programming",
- pages = "212-23",
- Year = "1988"
- }
-
- @techreport{appel88:exn,
- Author = "Andrew Appel and David MacQueen and Robin Milner and Mads Tofte",
- Title = "Unifying Exceptions with Constructors in {S}tandard {ML}",
- Number = "CSR-266-88",
- Year = "1988",
- Institution = "Univ. of Edinburgh Dept. of Comp. Sci.",
- Address = "Edinburgh, Scotland"
- }
-
- @inproceedings{augustsson84,
- author= "Lennart Augustsson",
- title = "A Compiler for Lazy {ML}",
- publisher="ACM Press",address="New York",
- booktitle = "Proc. 1984 ACM Conf. on LISP and Functional Programming",
- pages = "218-27",
- year = "1984"}
-
- @inproceedings{appel87:sml,
- Author = "Andrew W. Appel and David B. MacQueen",
- Title = "A {S}tandard {ML} Compiler",
- BookTitle = "Functional Programming Languages and Computer Architecture (LNCS 274)",
- Editor = "Gilles Kahn",
- Publisher = "Springer-Verlag",address="New York",
- Year = 1987,
- Pages = "301-24"
- }
-
-
- @unpublished{baudinet86,
- Author = "Marianne Baudinet and David MacQueen",
- Title = "Tree Pattern Matching for {ML}",
- Note="Available from David MacQueen, AT\&T Bell Laboratories, 600 Mountain
- Avenue, Murray, Hill, NJ 07974",
- Year = 1986
- }
-
- @inproceedings{macqueen84,
- Author = "David MacQueen",
- Title = "Modules for {S}tandard {ML}",
- Publisher = "ACM Press", address="New York",
- BookTitle = "Proc. 1984 ACM Conf. on LISP and Functional Programming",
- Pages = "198-207",
- Year = 1984
- }
-
- @inproceedings{milner84,
- Author = "Robin Milner",
- Title = "A Proposal for {S}tandard {ML}",
- Publisher = "ACM Press", address="New York",
- BookTitle = "ACM Symposium on LISP and Functional Programming",
- Pages = "184-97",
- Year = 1984
- }
-
- @article{milner85,
- Author = "Robin Milner",
- Title = "The {S}tandard {ML} Core Language",
- Journal = "Polymorphism",
- Volume = 2,
- Number = 2,
- Year = 1985,
- Month = "October"
- }
-
- @article{cardelli83:ml,
- Author = "Luca Cardelli",
- Title = "{ML} under {U}nix",
- Journal = "Polymorphism",
- Volume = 1,
- Number = 3,
- Year = 1983,
- Month = "December"
- }
- @article{cardelli83:fam,
- Author = "Luca Cardelli",
- Title = "The functional abstract machine",
- Journal = "Polymorphism",
- Volume = 1,
- Number = 1,
- Year = 1983,
- Month = "January"
- }
- @techreport{appel91:callee,
- author="Andrew W. Appel and Zhong Shao",
- title="Callee-save Registers in Continuation-Passing Style",
- number="CS-TR-326-91", month="June", year="1991",
- institution="Princeton Univ. Dept. of Computer Science",
- address="Princeton, NJ"
- }
-
- @book{appel92:cps,
- Author = "Andrew W. Appel",
- Title = "Compiling with Continuations",
- publisher = "Cambridge University Press",
- Year = "1992"}
-
- @article{appel90:runtime,
- Author = "Andrew W. Appel",
- Title = "A Runtime System",
- Journal = "Lisp and Symbolic Computation",
- Year = "1990",
- Volume = "3",
- Number = "343-80"}
-
- @techreport{appel88:prof,
- Author = "Andrew W. Appel and Bruce F. Duba and David B. MacQueen",
- Title = "Profiling in the presence of optimization and garbage collection",
- Number = "CS-TR-197-88",
- Year = 1987,
- Institution = "Princeton University, Dept. Comp. Sci.",
- Address = "Princeton, NJ"}
-
-
- @techreport{appel88:clo,
- Author = "Andrew W. Appel and Trevor T. Y. Jim",
- Title = "Optimizing Closure Environment Representations",
- Institution = "Dept. of Computer Science, Princeton University",
- address="Princeton, NJ",
- Number="168",
- Year = 1988
- }
-
- @article{appel89:tag,
- author = "Andrew W. Appel",
- title = "Runtime Tags Aren't Necessary",
- journal = "Lisp and Symbolic Computation",
- Year=1989,
- Volume="2",
- Pages="153-62"}
-
-
- @article{appel89:sggc,
- author = "Andrew W. Appel",
- title = "Simple Generational Garbage Collection and Fast Allocation",
- Journal = "Software---Practice and Experience",
- publisher="Wiley", address="New York",
- Year=1989,
- Volume="19",
- Number="2",
- Pages="171-83"}
-
- @inproceedings{appel89:cps,
- Author = "Andrew W. Appel and Trevor Jim",
- Title = "Continuation-Passing, Closure-Passing Style",
- Publisher = "ACM Press",address="New York",
- BookTitle = "Sixteenth ACM Symp. on Principles of Programming Languages",
- Pages = "293-302",
- Year = 1989
- }
-
- @unpublished{reppy91:exene,
- author = "John H. Reppy and Emden R. Gansner",
- title = "The e{X}ene library manual",
- month = "March", year = "1991",
- address="Ithaca, NY",
- note = "Cornell Univ. Dept. of Computer Science"}
-
- @techreport{ reppy90:cml,
- Author = "John H. Reppy",
- Title = "Concurrent Programming with Events",
- Number = "",
- Year = 1990,
- Institution = "Cornell University, Dept. of Computer Science",
- Address = "Ithaca, NY"}
-
- @article{reppy88,
- Author = "John H. Reppy",
- Title = "Synchronous Operations as First-class Values",
- publisher = "ACM Press", address= "New York",
- Journal = "SIGPLAN Notices (Proc. SIGPLAN '88 Conf. on Prog. Lang. Design and Implementation)",
- Volume = 23,
- Number = 7,
- Year = 1988,
- Pages = "250-59"
- }
-
-
- @inproceedings{macqueen90:mod,
- title = "A Higher-Order Type System for Functional Programming",
- author = "David B. MacQueen",
- booktitle = "Research Topics in Functional Programming",
- pages = "353-68",
- publisher="Addison-Wesley", address="Reading, MA",
- year ="1990"}
-
-
-
-